projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd388f
)
*** empty log message ***
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 2 Sep 2005 12:30:51 +0000
(12:30 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 2 Sep 2005 12:30:51 +0000
(12:30 +0000)
lisp/url/url-mailto.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-mailto.el
b/lisp/url/url-mailto.el
index 9b63a35f3bd4612642ba33ec4f68ff755e06d962..3316b7c4b9dcb9e58da5f2050a470a0c7aaae1ac 100644
(file)
--- a/
lisp/url/url-mailto.el
+++ b/
lisp/url/url-mailto.el
@@
-88,7
+88,7
@@
(if tolist
(if (not (string= to ""))
(setcdr tolist
- (list (concat to ", " (
nth 1
tolist)))))
+ (list (concat to ", " (
cadr
tolist)))))
(setq args (cons (list "to" to) args))))
(setq subject (cdr-safe (assoc "subject" args)))